home *** CD-ROM | disk | FTP | other *** search
/ Dos/V Magazine 1995 October 15 / CD [VMAG951015].bin / _demo / prowres / shared.dxr / 01263_QTB-PLAY.ls < prev    next >
Encoding:
Text File  |  1995-08-07  |  197 b   |  11 lines

  1. on mouseDown
  2.   puppetSound("Single Click")
  3.   if the type of sprite 32 = 16 then
  4.     msstime(0, 999)
  5.     set the movieRate of sprite 32 to 1
  6.   else
  7.     puppetTransition(9)
  8.     go("QT")
  9.   end if
  10. end
  11.